Port to GCC 4.9.0 with --enable-gcc-warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Apr 2014 20:19:17 +0000 (13:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Apr 2014 20:19:17 +0000 (13:19 -0700)
commitd60f1594285fe9b7bd9baa261915adad53611e45
treeb0dc1ce567ae1a78e97a99fd3143f97dc897fa87
parent4cac0bcbce45f915e9ace9173b7c296c298ed74d
Port to GCC 4.9.0 with --enable-gcc-warnings.

* image.c (struct my_jpeg_error_mgr) [lint]: Remove member fp.
All uses removed.
(jpeg_load_body) [lint]: Add a 'volatile' to pacify a buggy GCC in
a way that also works with GCC 4.9.0.
src/ChangeLog
src/image.c